@charset "utf-8";
.prev,
.next {
	cursor: pointer;
}


/*product star*/

.product_title {
	margin-top: 54px;
	text-align: center;
}

.product_title_P1 span {
	font-size: 30px;
	color: #333;
	border-bottom: 1px solid #999;
	padding: 0 5px 10px 5px;
}

.product_title_P2 {
	margin-top: 20px;
	color: #333;
	font-size: 16px;
	font-family: arial;
}

.pro_list {
	width: 1200px;
	height: 340px;
	overflow: hidden;
	margin: 35px auto 0px;
}

.pro_list li {
	width: 380px;
	height: 100%;
	float: left;
	margin-right: 30px;
}

.pro_list li:nth-child(3) {
	margin-right: 0;
}

.pro_list li .pro_img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	box-sizing: border-box;
}

.pro_list li .pro_img img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro_name {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 120px 0 40px;
	box-sizing: border-box;
	color: #fff;
	background: #0eaa50 url(../images/proa.png) no-repeat center right 40px;
	font-size: 15px;
}

.pro_list li:hover .pro_name {
	background: #0d2aef url(../images/proa.png) no-repeat center right 40px;
}


/*product end*/


/*advantage star*/

.advantage {
	width: 100%;
	height: 1321px;
	background: url(../images/advantagebg.jpg) no-repeat center top;
	box-sizing: border-box;
	margin-top: 80px;
}

.advantage_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
	/* opacity: .9; */
}

.advantage_tiimg {
	text-align: center;
}

.advantage_ticn {
	font-size: 16px;
	color: #555555;
	text-align: center;
	margin-top: 5px;
}

.advan_list {
	width: 1200px;
	height: 600px;
	margin: 43px auto 0;
	color: #fff;
}

.advan_list li {
	width: 275px;
	background: #0a9e49;
	position: relative;
	float: left;
	margin-right: 33px;
	padding: 64px 32px 80px 32px;
	box-sizing: border-box;
}

.advan_list li:hover {
	background: #001de0;
}

.advan_list li:nth-child(4) {
	margin-right: 0;
}

.advan_list li:nth-child(1),
.advan_list li:nth-child(4) {
	transform: translateY(80px);
}

.advan_icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.advan_icon_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.advan_list li:hover .advan_icon .advan_icon_img img {
	transform: translateX(-52px);
}

.advan_title {
	font-size: 24px;
	letter-spacing: 1px;
}

.advan_nr {
	margin-top: 24px;
	font-size: 14px;
	line-height: 30px;
	height: 118px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.advan_list li:hover .advan_nr {
	height: auto;
	overflow: auto;
	-webkit-line-clamp: 20;
}

.pro_ny_box ul,
.pro_ny_box li {
	list-style-type: disc !important;
}

.advan_ti1 {
	text-align: center;
	/* margin-top: 0px; */
}

.advan_ti1 span {
	color: #0a9e49;
	font-size: 36px;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
	padding: 0 5px 7px 5px;
}

.advan_ti2 {
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-family: arial;
	margin-top: 17px;
}

.ad_list {
	width: 1200px;
	height: 280px;
	margin: 43px auto 0;
}

.ad_list li {
	width: 240px;
	text-align: center;
	float: left;
	height: 100%;
	font-size: 15px;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box;
}

.ad_img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	border: 17px solid #e6f5ec;
	border-radius: 50%;
	margin-bottom: 29px;
	/* letter-spacing: 1px; */
}

.ad_nav {
	text-align: center;
	margin-top: 17px;
}

.ad_nav a {
	padding: 12px 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	background: #0a9e49;
	margin: 0 12px;
}

.ad_nav a:hover {
	background: #001de0;
}


/*advantage end*/


/*about star*/

.about {
	width: 100%;
	height: 560px;
	background: url(../images/aboutbg.jpg) no-repeat center top;
	margin: 0 auto 0;
	overflow: hidden;
}

.about_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.about_img img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about_cont {
	width: 660px;
	height: 100%;
	padding-top: 116px;
	box-sizing: border-box;
	position: relative;
}

.about_more {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: arial;
	color: #666666;
	background: #fff;
	position: absolute;
	right: 0;
	top: 54px;
}

.about_title {
	font-size: 30px;
	color: #fff;
}

.about_nr {
	font-size: 14px;
	margin-top: 82px;
	line-height: 41px;
	text-align: justify;
	color: #666;
}

.about_nav {
	margin-top: 47px;
}

.about_nav a {
	padding: 12px 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	background: #0a9e49;
	margin-right: 6px;
}

.about_nav a:hover {
	background: #001de0;
}


/*about end*/


/*pub_title */

.pub_title {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.pub_title_cn {
	color: #333;
	font-size: 26px;
	float: left;
}

.pub_title_en {
	font-size: 14px;
	color: #555555;
	font-family: arial;
}

.pub_nav {
	color: #222;
	float: right;
	transform: translateY(10px);
}

.pub_nav a {
	color: #222;
	font-size: 15px;
	margin-left: 40px;
	position: relative;
}

.pub_nav a:hover {
	color: #001de0;
}

.pub_nav a:before {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #666666;
	position: absolute;
	left: -28px;
	top: 50%;
}

.pub_nav a:first-child:before {
	display: none;
}

.photos {
	width: 1200px;
	height: 240px;
	margin: 20px auto 80px;
}

.photos li {
	width: 375px;
	height: 240px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 38px;
}

.photos li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*news star*/

.news {
	width: 100%;
	height: 511px;
	box-sizing: border-box;
	background: #eeeeee;
	padding-top: 20px;
	overflow: hidden;
}

.news_cont {
	width: 1200px;
	height: 279px;
	margin: 40px auto 0;
}

.news_img {
	width: 390px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.news_list {
	width: 360px;
	height: 100%;
	overflow: hidden;
	float: right;
	margin-left: 40px;
}

.news_list a {
	display: block;
	position: relative;
	width: 360px;
	height: 55px;
	line-height: 55px;
	color: #555;
	padding: 0 20px 0 35px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list a:before {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #8a8a8a;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.news_list a:hover {
	background: url(../images/newsabg.jpg);
	color: #fff;
}

.news_list a:hover:before {
	background: #fff;
}


/*news end*/